home *** CD-ROM | disk | FTP | other *** search
- Subject: mc68332: Need assembler facility.
- Keywords: mc68332
- X-Newsreader: TIN [version 1.2 PL2]
- Path: imada.ou.dk!moriarty
- From: moriarty@imada.ou.dk (Peter Mogensen)
- Message-ID: <1996Apr19.162934.5148@imada.ou.dk>
- Sender: news@imada.ou.dk
- Nntp-Posting-Host: langgaard.imada.ou.dk
- Organization: Dept. of Math. & Computer Science, Odense University, Denmark
- Date: Fri, 19 Apr 1996 16:29:34 GMT
- Newsgroups: comp.sys.m68k
-
-
- Hi,
-
- I am using a home-made mc68332 board with 64K SRAM and 16-64K EPROM.
- I use the ICD32 BDM tool which is great but I need a feature in the
- assembler:
-
- The "org" directive specifies both the address used for assembly and
- were in memory the code should be placed.
-
- Does any (CPU32) assembler support a directive which can differ
- between the to things so it becomes possible to assemble the code to
- one address and at runtime copy it to the destination for execution.
-
- I have seen this facility before, but I can't find it in the IASM32
- which comes with ICD32.
-
- Also: Does anybody have a 6833x header file with all the module
- register-names? Like:
-
- REGNAME equ $fffxxx
-
-
-
- thanks,
-
- Peter
-
-
-
-